Geocaching.com loc files actually sometimes are UTF-8. Adjust reader to
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 1 Jun 2006 19:28:04 +0000 (19:28 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 1 Jun 2006 19:28:04 +0000 (19:28 +0000)
handle this.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2128 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/geo.c

index f50d446c786d413a1c44384bdf418d3c7280e13c..5e5483753e5acad6bb09138176863126544cabeb 100644 (file)
@@ -220,5 +220,5 @@ ff_vecs_t geo_vecs = {
        geo_write,
        NULL, 
        geo_args,
-       CET_CHARSET_ASCII, 0    /* CET-REVIEW */
+       CET_CHARSET_UTF8, 0     /* CET-REVIEW */
 };